home *** CD-ROM | disk | FTP | other *** search
Wrap
-- card: 21253 from stack: in -- bmap block id: 11661 -- flags: 0000 -- background id: 2739 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=445 top=295 right=320 bottom=486 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect zoom close go to card id 2938 end mouseUp -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=166 top=55 right=84 bottom=343 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=445 top=295 right=320 bottom=486 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect dissolve go to card id 2938 end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=125 top=110 right=132 bottom=276 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: distance ----- HyperTalk script ----- on mouseWithin show card field distance end mouseWithin on mouseLeave hide card field distance end mouseLeave -- part 5 (button) -- low flags: 00 -- high flags: 6005 -- rect: left=126 top=146 right=161 bottom=202 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: original ----- HyperTalk script ----- on mouseWithin show card field original end mouseWithin on mouseLeave hide card field original end mouseLeave -- part 6 (button) -- low flags: 00 -- high flags: 6005 -- rect: left=126 top=162 right=177 bottom=202 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: snap ----- HyperTalk script ----- on mouseWithin show card field snap end mouseWithin on mouseLeave hide card field snap end mouseLeave -- part 7 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=127 top=193 right=213 bottom=187 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ok ----- HyperTalk script ----- on mouseWithin show card field ok end mouseWithin on mouseLeave hide card field ok end mouseLeave -- part 8 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=215 top=193 right=213 bottom=275 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cancel ----- HyperTalk script ----- on mouseWithin show card field cancel end mouseWithin on mouseLeave hide card field cancel end mouseLeave -- part 9 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=152 top=140 right=275 bottom=363 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: distance -- part 10 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=207 top=136 right=271 bottom=418 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: original -- part 11 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=207 top=159 right=294 bottom=418 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: snap -- part 12 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=77 top=221 right=320 bottom=242 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ok -- part 13 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=183 top=221 right=320 bottom=348 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cancel -- part contents for card part 2 ----- text ----- Perpendicular -- part contents for card part 9 ----- text ----- Allows you to enter a new distance to the base line, replacing the distance indicated with the cursor. A distance of 0.0000 will put you exactly on the base line. -- part contents for card part 11 ----- text ----- Snap locks the second endpoint to the base line, allowing you to freely move the cursor without changing the perpendicular line. -- part contents for card part 10 ----- text ----- Original returns you to the original distance and rotation parameters before you modified them. -- part contents for card part 13 ----- text ----- The cancel button aborts the changes you have made inside the dialog box. -- part contents for card part 12 ----- text ----- The OK button accepts your changes and closes the dialog.